home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD PowerPlay 10
/
CD Powerplay Issue 10 (February 1996).iso
/
share
/
wrath
/
setup.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1995-05-25
|
252 b
|
13 lines
@echo off
setd
IF ERRORLEVEL 1 GOTO ABORTED1
setm
IF ERRORLEVEL 1 GOTO ABORTED2
GOTO END
:ABORTED1
echo Digital Sound Driver configuration was not completed.
GOTO FINI
:ABORTED2
echo Midi Music Driver configuration was not completed.
:END